projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4b561
)
Oops. Minor fix
author
Jonathan Blandford
<jrb@src.gnome.org>
Wed, 23 Jan 2002 03:53:36 +0000
(
03:53
+0000)
committer
Jonathan Blandford
<jrb@src.gnome.org>
Wed, 23 Jan 2002 03:53:36 +0000
(
03:53
+0000)
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index 66555d2a06399ce9ba25f06249f89559db7174c5..c5191de298afcfa37dcbcb1916d6eb4883a89a45 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-1590,7
+1590,7
@@
gtk_tree_view_size_allocate (GtkWidget *widget,
MAX (tree_view->priv->width, allocation->width),
tree_view->priv->header_height);
gdk_window_move_resize (tree_view->priv->bin_window,
- 0,
tree_view->priv->header_height
,
+ 0,
TREE_VIEW_HEADER_HEIGHT (tree_view)
,
MAX (tree_view->priv->width, allocation->width),
allocation->height - TREE_VIEW_HEADER_HEIGHT (tree_view));
}